home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 May: Tool Chest / Developer CD Series Tool Chest (Apple Computer)(May 1999).iso / Tool Chest / Development Kits / MPW Related / DTS MPW Goodies / Srcs / Print2 Source / Print2.make < prev   
Encoding:
Text File  |  1990-09-14  |  734 b   |  32 lines  |  [TEXT/MPS ]

  1. # Makefile for Print2
  2. # Copyright Fred Huxham 1988
  3.  
  4. COptions = -b -r
  5. LOptions = -w
  6.  
  7. Print2 ƒƒ Makefile Print2.c.o FStubs.c.o
  8.     Link -w -t MPST -c 'MPS ' ∂
  9.         Print2.c.o ∂
  10.         FStubs.c.o ∂
  11.         "{Libraries}"Stubs.o ∂
  12.         "{CLibraries}"CRuntime.o ∂
  13.         "{Libraries}"Interface.o ∂
  14.         "{CLibraries}"StdCLib.o ∂
  15.         "{CLibraries}"CSANELib.o ∂
  16.         "{CLibraries}"Math.o ∂
  17.         "{CLibraries}"CInterface.o ∂
  18.         "{Libraries}"ToolLibs.o ∂
  19.         -o Print2
  20.         
  21. DumpDialog                    ƒ    DumpDialog.c.o
  22.     Link -w -t MPST -c 'MPS '            ∂
  23.         DumpDialog.c.o                    ∂
  24.         "{Libraries}"Interface.o        ∂
  25.         "{CLibraries}"CRuntime.o        ∂
  26.         "{CLibraries}"StdCLib.o            ∂
  27.         "{CLibraries}"CSANELib.o        ∂
  28.         "{CLibraries}"Math.o            ∂
  29.         "{CLibraries}"CInterface.o        ∂
  30.         "{Libraries}"ToolLibs.o            ∂
  31.         -o DumpDialog
  32.